home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm2
/
arfnwsb1.lha
/
Install_Newsed&Arfir
next >
Wrap
Text File
|
1995-07-28
|
2KB
|
111 lines
;Installer For Newsed3 & Arfir
;
;©Martin Hunt 1995
;
;
(set @defaultdest
(askdir
(prompt "Where do you want to install Arfir and Newsed")
(help @askdir-help)
(default "amitcp:bin")
)
)
(copyfiles
(prompt "Copying Files To " @defaultdest )
(help @copyfiles-help)
(source "mainfiles/")
(all)
(dest @defaultdest)
(infos)
)
(set arfirdest
(askdir
(prompt "Where do you want to install the postnews scripts?")
(help @askdir-help)
(default "amitcp:bin")
)
)
(copyfiles
(prompt "Copying Files To " arfirdest )
(help @copyfiles-help)
(source "bin/")
(all)
(dest arfirdest)
(confirm)
(infos)
)
(set docs
(askdir
(prompt "Where do you want the doc files to be installed?")
(help @askdir-help)
(default "amitcp:docs")
)
)
(copyfiles
(prompt "Copying Docs To "docs)
(help @copyfiles-help)
(source "docs")
(all)
(dest docs)
(infos)
(confirm)
)
(copylib
(prompt "Copying Apig.Library to Libs:" )
(help @copyfiles-help)
(source "Libs/apig.library")
(dest "Libs:")
(infos)
(confirm)
)
(copylib
(prompt "Copying rexxsupport.library to Libs:" )
(help @copyfiles-help)
(source "Libs/rexxsupport.library")
(dest "Libs:")
(infos)
(confirm)
)
(copyfiles
(prompt "Copying Docs To "docs)
(help @copyfiles-help)
(source "register.txt")
(dest "t:")
)
(copyfiles
(prompt "Copying Docs To "docs)
(help @copyfiles-help)
(source "bin/postnews.doc")
(dest "t:")
)
(copyfiles
(prompt "Copying Docs To "docs)
(help @copyfiles-help)
(source "sys:utilities/more")
(dest "ram:")
)
(run (cat "run ram:more") (tackon "t:" "postnews.doc") (PROMPT "Display Postnews.doc?") (HELP "Not much help, am I") (SAFE) (CONFIRM))
(message "This package is Shareware, please read the following and register if you use this package regularly")
(run (cat "run ram:more") (tackon "t:" "register.txt") (SAFE))
(copyfiles
(prompt "Copying Files To " arfirdest )
(help @copyfiles-help)
(source "bin/sendnews")
(dest "uuspool:")
(infos)
)